home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -in_the_mag- / banging_the_metal / qdos / qdos4amiga3.lha / DOC2RTF_readme < prev    next >
Text File  |  1998-02-24  |  2KB  |  72 lines

  1. Short:    translate QUILL DOC files into .RTF form
  2. Author:   Mark J Swift
  3. Version:  1.03
  4. Uploader: msw@blackpool.ac.uk
  5.  
  6.  
  7. DOC2RTF is a utility that translates QUILL/XCHANGE '_DOC' files into
  8. rich text format (.RTF).
  9.  
  10. Rich Text is a way of encoding documents using standard ASCII character
  11. codes with ancillary formatting information added so the exact
  12. appearance on a page is preserved even when the text is moved from one
  13. package - or computer - to another. Rich Text is extensively used on
  14. Apple Macintosh systems and is also recognised by workstations, Amiga
  15. Wordworth 5 and many PC programs, including Microsoft Works and Word
  16. for Windows.
  17.  
  18. DOC2RTF translates ALL the formatting characteristics of a QUILL
  19. document including: bold, underline, tabs, margins, headers & footers.
  20.  
  21.  
  22. ARCHIVE CONTENTS
  23.  
  24.  DOC2RTF_task   - TURBO compiled task.
  25.  DOC2RTF_bas    - BASIC source.
  26.  DOC2RTF_txt    - This file.
  27.  
  28.  
  29. PROGRAM FEATURES
  30.  
  31. * Translates ALL QUILL formatting features:
  32.     (bold, underline, tabs, margins, headers, footers etc.)
  33. * TURBO COMPILED for speed.
  34. * BASIC source is provided.
  35. * Task is patched to work on Minerva in two-screen mode.
  36.     (TURBO tasks usually rely on the system variables being
  37.     fixed at $28000.)
  38. * Task is 32-bit compliant.
  39.     (A lot of QL tasks have a 24-bit restriction so that they fail
  40.     if you have more than 16mb of memory, or if QDOS is relocated
  41.     such that SV.RAMTOP is greater than $1000000.)
  42. * Task is CACHE friendly.
  43.     (i.e. it will work on 68030, 68040 and 68060 processors.
  44.     It will also work with COPYBACK enabled if your O/S supports it)
  45. * The program is FREEWARE.
  46.  
  47.  
  48. INSTRUCTIONS
  49.  
  50. Simply type 'EXEC DOC2RTF_task' to run the program. You will be asked
  51. to provide input and output filenames. A progress bar is displayed as
  52. the file is translated. Enter a null filename to quit the application.
  53.  
  54.  
  55. CREDITS
  56.  
  57. Chas Dillon   - For (indirectly) providing vital information about the
  58.                 QUILL '_DOC' document format.
  59. Simon Goodwin - For beta testing and bug fixes.
  60.                 Also, Simon has ported the program to the Amiga.
  61.                 The Amiga version supports PC XCHANGE DOC files and is
  62.                 on the Aminet. The above explanation of the RTF file
  63.                 format is taken from his documentation.
  64.  
  65. CONTACT
  66.  
  67.   post: MARK J SWIFT          e-mail: msw@blackpool.ac.uk
  68.         175 CHURCH STREET
  69.         BLACKPOOL
  70.         LANCS
  71.         FY1 3NX
  72.